home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / mpfeel.lha / MPFeel / version.h < prev    next >
C/C++ Source or Header  |  1992-10-06  |  701b  |  38 lines

  1. /*
  2.  * $Id: version.h,v 1.4 1992/03/14 14:36:26 pab Exp $
  3.  *
  4.  * $Log: version.h,v $
  5.  * Revision 1.4  1992/03/14  14:36:26  pab
  6.  * 3 Guesses
  7.  *
  8.  * Revision 1.3  1992/02/11  20:46:08  pab
  9.  * next
  10.  *
  11.  * Revision 1.2  1992/01/17  22:36:17  pab
  12.  * second released version
  13.  *
  14.  * Revision 1.1  1991/08/12  16:50:15  pab
  15.  * Initial revision
  16.  *
  17.  * Revision 1.8  1991/02/19  16:56:46  kjp
  18.  * New version message.
  19.  *
  20.  * Revision 1.7  1991/02/13  18:27:42  kjp
  21.  * Pass.
  22.  *
  23.  */
  24.  
  25. #define VERSION_MESSAGE \
  26. "\
  27.      \"Bugs fixed, goes faster, version message changed.\"\n\
  28. \n\
  29.          Support the campaign for informative messages\n\
  30.  
  31. #ifndef MAJOR_VERSION
  32. #define MAJOR_VERSION 6
  33. #define MINOR_VERSION 6
  34.  
  35.  
  36. #endif
  37.